POV-Ray : Newsgroups : povray.general : My first POV signature : Re: My first POV signature Server Time
6 Aug 2024 23:20:07 EDT (-0400)
  Re: My first POV signature  
From:
Date: 27 Dec 2001 05:51:09
Message: <53ul2ucaavvi89r3ll7g741sglojhic8th@4ax.com>
On Thu, 27 Dec 2001 11:20:24 +0100, "Simon Adameit" <gom### [at] gmxde> wrote:
> How do you like it?

nice, has enough place to add support for additional output in render window (to
remove unnecessary warning)
for example

#local T=text{ttf"timrom.ttf""Simon Adameit".01,0}#local Y=1;#while(Y>-1)#local
X=0;#while(X<7)#local O=trace(T<X,Y><X,Y>+z);sphere{<X-3,Y,9>.05pigment{rgb 9*O
.gray}}#debug chr((O.gray!=0)*51+32)#local X=X+.05;#end#debug"\n"#local Y=Y-.05
;#end

ABX


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.